default Id
fun defaultId(default: Pair<Identifier, V>): ValidatedStringMap.Builder.BuilderWithKey.BuilderWithValue<V>
Defines a single default key-value pair
This pair will be converted to a Pair
Author
fzzyhmstrs
Since
0.2.0
Parameters
default
single Pair
fun defaultId(key: Identifier, value: V): ValidatedStringMap.Builder.BuilderWithKey.BuilderWithValue<V>
Defines a single default key-value pair
This pair will be converted to a Pair
Author
fzzyhmstrs
Since
0.2.0
Parameters
key
single Identifier to define the default map key
value
single V to define the default map value